home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0411.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  1.5 KB  |  35 lines

  1. I'm new to this list, so forgive me if I hit things already dealt with.
  2.  
  3. I'm implementing yet another browser (text mode, written in perl).
  4. It's actually basically done.  I have implemented the following tags:
  5.  
  6. TITLE, A, NEXTID (currently ignored), ISINDEX (ignored), PLAINTEXT,
  7. PRE, LISTING, XMP, P, H1-H6, HP1-HP6 (ignored), DL, UL, MENU, and DIR.
  8.  
  9. also, I have done PRE and OL. But along the way I've seen several other
  10. things in several different places.  For instance the following seem to
  11. be defined in viola:
  12.   COMMENT, XMPA, S, ST, VOBJ, XMPA
  13. I've also seen references to DOCUMENT, KEYWORDS, DOCTYPE, and perhaps others.
  14.  
  15. Which brings me to my main question:
  16. Is there a definitive list somewhere of everything that's been proposed.
  17.  
  18. Other stuff:
  19. I'm not sure what the difference is supposed to be between an OL and
  20. a UL.  Should the browser actually sort the list items for a OL?
  21.  
  22. As far as the <PRE> discussion, I'm not sure I understand what the problem
  23. is with interpreting new lines.  The visual line length won't change for
  24. having added anchors.
  25.  
  26. Also, I was under the impression that PRE was like PLAINTEXT, meaning their
  27. is no ending tag, just end of file.  I hope I've misunderstood, if you
  28. are proposing to replace XMP with PRE.  Another problem with this replacement
  29. is the quoting problem.  With XMP, you don't need to worry about whether
  30. or not your arbitrary text contains something which looks like an HTML
  31. tag.  This is an important feature, and one which should be kept IMHO.
  32.  
  33.             tom
  34.  
  35.